home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / modem / qfaxv105.zip / USAGE.TXT < prev   
Text File  |  1996-06-16  |  43KB  |  1,166 lines

  1.                 About how to use QuickStar FAX Pro V1.05
  2.                   Copyright (c) 1995 1996 Anthony Mai
  3.  
  4.         QuickStar Fax Pro V1.05 (QFAX) is a shareware FAX sending program
  5. for PCs. It is a DOS program, but can either run in the DOS environment or
  6. in the DOS session launched from the Windows. QuickStar Fax Pro (QFAX) is
  7. written by Anthony Mai (at Pennsylvania State University, USA) and brother
  8. Zeqiu Mai (in China). QFAXV105.ZIP was released in June 16, 1996.
  9.  
  10.         QuickStar Fax Pro is aimed at providing an easy and quick solution 
  11. for sending plain text fax from your PC computer using the fax/modem. QFAX
  12. cuts the fax transmission time considerably comparing with some popular fax
  13. programs like WinFax. In one test QFAX sends a regular 12 pages plain text
  14. FAX at 14400 bps speed within 4 MINUTES. WinFax would take more than 12
  15. minutes to send the same document! The received fax will have near laser
  16. print quality.
  17.  
  18.         One very attracting feature of QFAX is: You can write your own
  19. application to call QFAX to send out multiple faxes automatically, without
  20. the attendance of an operator. Once QFAX is registered, the execution of
  21. QFAX will not require any keyboard input at all.
  22.  
  23.         Starting with QFAXV103.ZIP there is a fax receive and/or decode
  24. program called qfaxrec.exe. This is a handy program that allows you to
  25. receive an incoming fax on your PC. Or you can use it to convert fax files
  26. from any fax software into PCX picture files so you can view or print it
  27. in Windows.
  28.  
  29.         Because QFAX is a DOS command line fax sender program with simple
  30. and straight-forward usage, it is suitable to be called by other programs
  31. and send out faxes automatically. The user can create their own C program
  32. to call QFAX repeatedly and sends hundreds or even thousands of faxes by
  33. using one single DOS command, and without any user interaction. One such C
  34. program and the compiled executable program are included to illustrate how
  35. to invoke QFAX from other programs. For more details see the "Send Multiple
  36. Fax" part close to the end of this file, right before the Init String list.
  37.  
  38.         This un-registered shareware version is COMPLETELY FUNCTIONAL,
  39. except that you can not configure the layout of the fax pages. You can use
  40. it to fax any plain text document with no problem. Once you register it with
  41. the author all useful features will resume! You will get the newest version
  42. of this software, plus you will get the next upgrade free! The Registration
  43. is quick and easy! Please read the enclosed file REGISTER.TXT to find info
  44. on how to register this software with the author. If you have questions
  45. regarding QFAX and you want to contact the author, you can also find the
  46. phone number and E-Mail at the end of this file or in the REGISTER.TXT file.
  47.  
  48.         The usage of QuickStar Fax Pro is very easy. Once it is properly set
  49. up. You can use the following simple command to send a fax:
  50.  
  51.                 qfax   myfile.txt   fax_number
  52.  
  53.         Here  "myfile.txt" is the name of the text file you want to fax.
  54. "fax_number" is the fax number (including any long distance sufix number) 
  55. you want to fax to. It is preferable that you change current directory to
  56. where your text file is, and then start QFAX. Beginning from Version 1.03,
  57. you can also start QFAX from a directory other that the one that contains
  58. your text file, and you may include the path in the file name. But you must
  59. run QFAX from the same driver as that contains the text file you want to fax.
  60.  
  61.         QFAX Version 1.05 is distributed in the zipped file QFAXV104.ZIP.
  62. After you get the zipped file QFAXV105.ZIP. You can unzip it using one of 
  63. those popular zip/unzip utilities (Like pkz204g.exe). You should get the 
  64. following files:
  65.  
  66.         qfax.exe        The main fax sending program.
  67.         qfaxrec.exe     The fax receive and decode program
  68.         qfax.cfg        The configuration file
  69.         readme.1st      This file tells you how to set up QFAX. Must read!
  70.         usage.txt       The file you are reading. It serves as the manual.
  71.         register.txt    A text file about how to register QFAX.
  72.         register.frm    Registration form to be used for registration.
  73.         qfaxconf.exe    A program to find Modem port and write qfax.cfg
  74.         manyfax.c       A Simple C Program demostrating how to call QFAX
  75.         manyfax.exe     The compiled program of manyfax.c
  76.         manyfax.fdb     A file name and fax Number list used by manyfax.exe
  77.         palmtop.txt     A note for HP palmtop users. Where to find QFAX
  78.         file_id.diz     A small file describing QFAX (required by BBS's)
  79.  
  80.         Before you use QuickStar Fax Pro for the first time, you need to
  81. modify the included QFAX.CFG file so that it is compatible with the set up
  82. of your computer. QFAX.CFG is a plain text file and is intended to provide
  83. the program with informations of the settings of your fax/modem, the fax
  84. setting parameters that you intend to use as default, identification of
  85. your own phone number from where you will be sending FAX, etc.
  86.  
  87.         You can use DOS edit or any simple plan text editor to read and
  88. modify it. Or you can use the qfaxconf.exe program to create or modify it.
  89. To use qfaxconf.exe, simply type "qfaxconf". QFAXCONF.EXE will also detect
  90. the modem port automatically.
  91.  
  92. The format of the qfax.cfg file is as following:
  93. ------------------------------ cut here --------------------------------
  94. CommPort         2
  95. InitString       AT&F&C1&D2&K3M2L3
  96. PhoneNumber      1-234-567-8900
  97. TelephoneLine    Tone
  98. DialRepeatTimes  3
  99. NoDelay          No
  100. Font             16
  101. LineSpace        6
  102. AsciiSpace       2
  103. Size             748        1048
  104. Margin           116        56
  105. TopLine          7
  106. WaitTime         55
  107. ------------------------------- cut here -------------------------------
  108.  
  109.     The qfax.cfg file is composed by lines. Each line defines a parameter.
  110. All of those parameters have a default value already built in the program.
  111. So if you do want to use the default parameter for any of the above
  112. parameters you can just remove the line in qfax.cfg that associate with
  113. that parameter. Be careful, if you want to remove any items from this
  114. qfax.cfg file, you must delete the WHOLE line associated with that
  115. parameter, not just the number that follows the name of the parameter.
  116.  
  117.     The most important parameter is the CommPort number. It identify what 
  118. COM port your fax/modem uses. Many modems use COM2 and IRQ3 and that's the
  119. default value QFAX will be using if the CommPort line can not be found.
  120. If that is the case you may remove that line or put a 2 following the word
  121. "CommPort".
  122.  
  123. Possible COM ports are: (The number on left is what you use in qfax.cfg)
  124.  
  125. CommPort COM/IRQ  Base_address  Description
  126. 1    COM1/IRQ4    3f8    This is probably the mouse port, not the Modem
  127. 2    COM2/IRQ3    2f8    --> most commonly used modem port
  128. 3    COM3/IRQ4    3e8
  129. 4    COM4/IRQ3    2e8    --> commonly used modem port
  130. 5    COM3/IRQ2    3e8    also called COM5
  131. 6    COM4/IRQ2    2e8    also called COM6
  132. 7    COM3/IRQ5    3e8    also called COM7 -> commonly used alternative port
  133. 8    COM4/IRQ5    2e8    also called COM8
  134.  
  135.     Put the number on the left of the correct COMM port in the qfxa.cfg. If 
  136. you are not sure, check you modem manual, or use the included program 
  137.  
  138.         qfaxconf.exe
  139.  
  140.     to help you to automatically detect the modem port.
  141.  
  142.     The next parameter: InitString, is equally important. This is an AT
  143. command string send to the modem to set up fax modes. The fax will not be
  144. successful if a wrong InitString is used. The InitString varies depending on
  145. the kind of fax/modem you use. But most fax/modems use one of the following
  146. as appropriate InitString:
  147.  
  148.         AT&F&C1&D2
  149.         AT&F&C1&D2&K3
  150.         AT&F
  151.  
  152.     Some modems, like U.S.Robotics,  use different InitStrings. Check the
  153. end of this file for a list of recommended InitString for various modems.
  154. Please do not leave any space WITHIN the InitString, otherwise QFAX will
  155. not read it correctly.
  156.  
  157.     Also very important is the PhoneNumber parameter. The United States
  158. Federal Laws require that every facsimile device (fax device) must identify
  159. itself to the remote fax device when transmitting faxes. It must inform the
  160. remote site of its own phone number. Just put your own phone number or your
  161. name after the word "PhoneNumber ". Make sure the string length is less than
  162. 20(twenty) characters.
  163.  
  164. Other parameters:
  165.  
  166. DialRepeatTimes:    Times it will repeat the dial if the line can not be
  167.                 connected. Default value is 3 times;
  168.  
  169. TelephoneLine:  Put "Tone" for touch tone dialing. Or "Pulse" for pulse 
  170.                 dialing. Most phone lines in USA is touch tone (default).
  171.  
  172. Font:           16 or 24. ASCII Font used (8x16 or 12x24) default is 16.
  173.                 The 8x16 font would be enlarged to 16x32. Using 16 will
  174.                 give you shorter transmission time but 24 will give you
  175.                 higher visual quality of the fax. Default is 16 (8x16).
  176.  
  177. LineSpace:      Number of blank dots between text lines. Default is 12.
  178.                 That means a gap of 12/200 = 0.06 inch between text lines.
  179.  
  180. AsciiSpace      Character pitch (space between characters measured by dots)
  181.                 Each dot is equivalent to 1/200 Inch. The default value
  182.                 is 2 dots (2/200 Inch).
  183.  
  184. Size            Size of the text area of the faxed document, measured in
  185.                 1/100th of inch, must be integer. Default is 748x1002, which
  186.                 just leaves half inch margin of the standard 8.5"x11" paper.
  187.                 The default value:  748  1002 has been carefully selected so
  188.                 normally you do not need to change it.
  189.  
  190. Margin:         Left  (the first number) and Top (the second number) margin
  191.                 of the transmitted fax page, measured in 1/100 of inch. The
  192.                 default value:  58   28  (left margin 58, top margin 28) has
  193.                 been carefully selected so normally you do not need to change
  194.                 it. This item will not be created by the qfaxconf.exe program
  195.                 so if you really need to change the default you need to edit
  196.                 the qfax.cfg file manually.
  197.  
  198. NoDelay         Yes: Do not pause to wait for the user input.
  199.                 No:  Pause to wait for the user inout before sending fax.
  200.                 default is No: It will pause for user to press enter.
  201.  
  202. WaitTime        The time (in seconds) that modem will wait for a connection
  203.                 after it dials the fax number. The maximum you can set is
  204.                 255 seconds and minimum is 15 seconds. Default is 55 seconds.
  205.  
  206. TopLine         The title line setting number. Should be 0 - 7. There will be
  207.                 a Title Line on each fax page sent. How the Title Line looks
  208.                 like will depend on this number. A complete Title line will
  209.                 be constructed like the following if 7 (default) is used:
  210.  
  211.                 Bookmark-ICON   From:********* Time:**********   Page # of #
  212.               0     No                    No                       No
  213.               1     Yes                   No                       No
  214.               2     No                    Yes                      No
  215.               3     Yes                   Yes                      No
  216.               4     No                    No                       Yes
  217.               5     Yes                   No                       Yes
  218.               6     No                    Yes                      Yes
  219.               7     Yes                   Yes                      Yes
  220.  
  221. ----------------------------------------------------------------------------
  222.  
  223.         Please be noted that un-registered version will not be able to set 
  224. some of the above papameters, i.e., LineSpace, AsciiSpace, Size.  And the 
  225. default value could be different from what's listed above. The paper size
  226. will be a bit less than a full page. Once you register it will resume the
  227. best default values and allow you to set them to other values.
  228.  
  229.         Now, having set up the qfax.cfg, sending fax from a text file is
  230. straight forward. You can do so by simply type:
  231.  
  232.         qfax    text_file_name    Fax_number
  233.  
  234.         It will automatically go though every thing and you hardly need to
  235. do any thing else. Just watch. It may pause in the middle after it finish
  236. processing the files, before it starts the actual fax transmission.  This
  237. gives you a chance to wait until it is appropriate time to start the fax.
  238. Just press the enter key to continue. The process will take less than one 
  239. minute to a few minutes, depending on the file size.
  240.  
  241.         Sometimes it is desirable to make a phone call to the remote site
  242. first. Talk for a while, then without hanging up the phone line, start to
  243. transmit the fax along the same phone line. Most fax machines can do this.
  244. But most computer fax softwares do not allow this because they always ask
  245. for a phone number and always automatically dials the phone number. But
  246. with QFAX you can do it!
  247.  
  248.         Just start QFAX in the same way as described above. But simply
  249. use a single comma ("," A "," that appears in the phone number simply means
  250. a short pause of 1 or 2 seconds) as the phone number. Like
  251.  
  252.         qfax   myfile.txt   ,
  253.  
  254.         It will start to process the text file. When the processing is done
  255. it will initialize the modem and then wait for you to press enter key to
  256. continue. You can then pick up the phone (must be connected to the same
  257. phone line as the fax/modem is connected), and manually dial the number at
  258. remote site. A human would pick up the remote phone and chat with you. Then
  259. you can press the enter key on your computer, and then hang up your phone.
  260. The other side would press the "start" key on his/her fax machine, and hang
  261. up the phone, too. The fax transmission will then process automatically.
  262.  
  263.         You can also insert some parameter flags between the command "qfax" 
  264. and the text_file_name. These parameters will then over-ride those defined
  265. in the qfax.cfg file. These option flags includes:
  266.  
  267.                 -d                 --> Delete the created *.fax file at end
  268.                 -16                --> Use  8x16 ASCII Font
  269.                 -24                --> Use 12x24 ASCII Font
  270.                 -ls   12           --> Line space
  271.                 -as   2            --> Ascii space
  272.                 -size  748  1002   --> size of text area (width, height)
  273.                 -rep  3            --> Repeat dial 3 times if not connected
  274.                 -nodelay           --> No delay before sending fax
  275.  
  276.         If you forget the phone number when you type the command line, the
  277. QuickStar will ask you again for the number. If you simply type "qfax"
  278. with no file name or phone number following it, it displays a quick reminder
  279. screen of how to use it.
  280. ---------------------------------------------------------------------------
  281.         QFAXREC.EXE fax receive and/or decode program
  282.  
  283.     Beginning in V1.03, QFAX includes a fax receive and/or decode program
  284. called QFAXREC.EXE. The are two kind of usages of qfaxrec.exe:
  285.  
  286.       a.Receive an incoming fax.
  287.       b.Decode fax files created by any fax programs into PCX picture files.
  288.  
  289.     Suppose you have an un-expected fax call and you have no fax program
  290. running in the background, launching a fax receive program upon hearing the
  291. fax tone and trying to receive the fax may be a bit too late. Well, not with
  292. qfaxrec.exe. When you run qfaxrec.exe, it can set up your computer ready for
  293. receiving an incoming fax in just 1 second! You will never miss another fax
  294. ever again with qfaxrec.exe.
  295.  
  296.     To use qfaxrec.exe to receive a fax, just type the following DOS command:
  297.  
  298.           qfaxrec  faxname.fax
  299.       or  qfaxrec  -nodelay  faxname.fax
  300.  
  301.     If you do not use the "-nodelay" option, the computer will ask you to
  302. press the enter key before it actually starts to receive the fax, otherwise
  303. it will directly start fax receiving. The faxname.fax is an arbitrary name
  304. you give to the incoming fax, with a ".fax" suffix. If no file name is given,
  305. qfaxrec will use the assumed file name "temp.fax". QFAXREC will save the
  306. received fax as a file with the given name. If more than one page of fax are
  307. received, multiple files will be saved with the page number as part of the
  308. file name, like "temp001.fax", "temp002.fax", etc.
  309.  
  310.     Once all pages are received, qfaxrec hangs up the phone line and begin
  311. to decode the received G3 fax data. The decoded files will be saved as PCX
  312. picture files. You can use the PaintBrush in the Windows Accessory group to
  313. view and print those PCX files. There are many other programs that can be
  314. used to view, edit and print PCX files.
  315.  
  316.     QFAXREC.EXE can also be used to decode any G3 encoded fax files into PCX
  317. files. You can use it to decode the *.fax files that QFAX creates, you can
  318. decode the *.FXR and *.FXD files created by WinFax, you can decode fax files
  319. created by FaxWorks, etc, just to name a few.
  320.  
  321.     To decode fax files, just type in the following DOS command:
  322.  
  323.          qfaxrec  -f  fax_file_name
  324.       or qfaxrec  -f -2  fax_file_name
  325.  
  326.     The "-f" option tells qfaxrec to decode existing files instead of to
  327. receive an incoming fax. "-2" means take the fax as a high resolution one
  328. (200 DPI resolution). "-1" will mean the fax is a low resolution one (100
  329. DPI resolution).
  330.  
  331.     If qfaxrec.exe fails to decode any meaningful image, it could be because
  332. the fax file is a bit-reversed one. In such case add the "-r" option to the
  333. command and try again:
  334.  
  335.         qfaxrec  -f -r fax_file_name
  336.  
  337.     If you have more than one fax files with similar names to be decoded,
  338. you do not need to type the qfaxrec command for each of the file. You only
  339. need to provide the name of the first file to qfaxrec. It will aotumatically 
  340. identify other files and decode them one by one. For example you have three
  341. files: "temp001.fax", "temp002.fax", "temp003.fax". Then you just need to
  342. type in:
  343.  
  344.         qfaxrec -f temp001.fax
  345.  
  346.     It will then decode all temp*.fax files starting with temp001.fax.
  347. ---------------------------------------------------------------------------
  348. General Troubleshooting
  349.  
  350. Modem can not reset
  351.  
  352.     The screen displays
  353.         Modem reset...Failed
  354.  
  355.     This may mean that the CommPort setting in the QFAX.CFG file is wrong.
  356.     But it could also mean that the modem has a slow response in reseting.
  357.     If the message following seems to be fine, you do not need to worry
  358.     about it. Otherwise check the QFAX.CFG and your modem manual for the
  359.     correct CommPort setting. And try again. Contact the author if it still
  360.     doesn't work.
  361.  
  362. Modem reset OK but initialization failed
  363.  
  364.     The screen displays
  365.         Can't initialize. Error ***
  366.  
  367.     This is probably because the modem can not understand the InitString
  368.     defined in your qfax.cfg file. Check modem manual for a recommendation
  369.     of the initialization string. Or use the same initialization string used
  370.     by other fax softwares used on your computer. If it still doesn't work,
  371.     make the InitString in the QFAX.CFG file the simplest one:
  372.  
  373.         InitString    AT&F&C1&D2
  374.     or  InitString    AT&F
  375.  
  376.     Check the InitString list at the end of this file for a recommended
  377.     InitString for your modem. Please be aware that no spaces are allowed
  378.     within the string.
  379.  
  380. Fax transmission failed or aborted
  381.  
  382.     This is generally due to either an in-appropriate InitString for the
  383.     type of fax/modem you use, or bad telephone line conditions. Or maybe
  384.     you are communicating to a fax machine in-compatible with regular fax
  385.     machines. Check your phone line condition and try again. Also try to
  386.     send fax to other fax number and see if it works. Check the InitString
  387.     list at the end of this file for a recommended InitString.
  388.  
  389. If you have a problem in using QFAX that you are unable to solve, please do
  390. not hesitate to contact the author of this software. I will be glad to help!
  391. You can find the author contact information in next page of this file, or
  392. you can just type "qfax" on DOS command prompt.
  393.  
  394. ---------------------------------------------------------------------------
  395.  
  396. About shareware programs
  397.  
  398.         Shareware is a concept in software distribution. Please notice that
  399. shareware softwares are NOT free softwares. Shareware authors believe that
  400. like other products, the consumers have a right to try a computer software
  401. before making a decision of purchasing it. Shareware programs will allow you
  402. to have a 30 days free trial period to try and test the program before you
  403. make any payment. You pay only if you find the program useful and you like
  404. to keep it.
  405.  
  406.         As a shareware author I believe people like you are honest and will
  407. be glad to make a flat payment and register the software if you find this
  408. program is really useful to you! The shareware concept is good for both the
  409. software consumers and software writers, but only with your support will
  410. the shareware concept survive and expand. Shareware authors need your
  411. support to write more and better shareware products!
  412.  
  413.         As the author of QFAX, one of the VERY FEW shareware DOS fax programs
  414. that is available, and especially it is the one that help to save fax time,
  415. I wish I can devote more time in making it better and better. But this will
  416. not happen unless people register this software with me and show me their
  417. support.
  418.  
  419.         The QFAX software have been tested thoroughly before formal release
  420. so as to make sure it will work on most computers. However I can't provide
  421. any guarantee that it will work on your computer. Use it at your own risk.
  422. Like authors of most other softwares, the author hereby disclaims any kind
  423. warranty or responsibility in regard to your usage of the QFAX software.
  424. Please read the register.txt file for a warranty statement before you
  425. proceed to use the QFAX software.
  426.  
  427.         If you have any questions regarding the QuickStar Fax Pro program,
  428. feel free to contact me via E-Mail, Phone or Letter. I can be reached at
  429. the address below:
  430.  
  431.                 Mr. Anthony Mai
  432.                 Box #28, 10 Vairo Blvd.
  433.                 State College, PA 16803
  434.                 U.S.A.
  435.                 Tel. 1-(814)867-3385(H)
  436.                      1-(814)865-2286(W)
  437.                 E-Mail: mai@phys.psu.edu
  438.                 CompuServe: 102773,370
  439.  
  440.         If you want to register QFAX, the registration is quick and easy.
  441. And the fee is only $20 (plus sales tax if you are in Pennsylvania). Please
  442. read the REGISTER.TXT file for information regarding the benefit you will
  443. have in registering, and method of how to register.
  444.  
  445.         CompuServe users can register QFAX on CompuServe using SWREG. Just
  446. type "go swreg" on CompuServe and it will guide you through. Check out the
  447. file register.txt for more detail. Please remember that you still need to
  448. E-Mail the QFAX serial number to the author after SWREG registration.
  449.  
  450.         Once I receive your registration letter I will let you know the
  451. valid QFAX license number. You only need to enter that number once. Once you 
  452. entered that number QFAX will become full functional right away!
  453.  
  454.         If you have registered older version of QFAX, please contact the
  455. author for an update license number. Thanks!
  456.  
  457. --------------------------------------------------------------------------
  458.                 Send Multiple Faxes Using QFAX
  459.  
  460.     If you have many customers with business association, you may often need
  461. to send out many faxes to various fax numbers. QFAX is suitable for this
  462. purpose because it is fast both in processing time and fax transmission time.
  463. And the usage of QFAX is simple.
  464.  
  465.     One way to do it is sit in front of the computer for a whole day and keep
  466. typing in a command like this: "qfax file_name  fax_numer" for every two
  467. minutes. This is tedious!
  468.  
  469.     A much better way is create a batch file called sendmany.bat like this:
  470.  
  471.       qfax -nod file_1  fax_number_1
  472.       qfax -nod file_2  fax_number_2
  473.       ....
  474.  
  475.       (The -nod option flag will let QFAX skip the pause that asks user to
  476.        press enter to continue, hense it will proceed without user input.)
  477.  
  478.     The it will send out multiple faxes on just one command. But such a
  479. simple batch file will not let you know whether each fax is successful or
  480. not, unless you sit in front of the computer to watch the screen messages.
  481.  
  482.     An advanced method is write your own C program to call QFAX repeatedly.
  483. You program can load file names and fax numbers from a database file, and
  484. invoke QFAX to send out faxes one by one. You C program will be able to
  485. learn the result of fax by checking the return value of QFAX execution. A
  486. zero return value means the fax is successful.
  487.  
  488.     The manyfax.c program demonstrate how to call qfax and send out faxes.
  489. This program loads text file names and fax numbers from a database file, and
  490. invokes qfax to send out faxes one by one.
  491.  
  492.     To use manyfax.exe, you need to first edit the plain text database file
  493. manyfax.fdb. Put text file names and fax numbers in. Then you can start by
  494. just typing "manyfax" and the enter key. The return code of each call to
  495. QFAX will be recorded in a file called manyfax.log. Zero return code means
  496. fax was successful.
  497.  
  498.     Please keep in mind that the above scheme of sending multiple faxes
  499. automatically without any user interaction is possible ONLY if you register
  500. QFAX with the Author! Un-registered version of QFAX will keep asking you for
  501. a registration license number every time it is invoked, hence user input of
  502. a number or so becomes necessary, or the fax will not continue.
  503.  
  504.     For registration information, see the register.txt file. Or you may just
  505. print out the register.frm file. Fill it out with registration informations
  506. and mail it together with the registration fee.
  507. --------------------------------------------------------------------------
  508.                 Modem Initialization String List
  509.  
  510.     The following is a recommendation of InitString for various fax/modems.
  511. They may not be all correct. Check your modem manual if these InitString does
  512. not work. The InitString "AT&F&C1&D2" or simply "AT&F" should work for most
  513. fax/modems. Please send any correction of this list to mai@phys.psu.edu.
  514.  
  515. Generic Universal class 1,2,2.0 default flow
  516.     AT&F&C1&D2
  517. Generic Universal class 1 using &Kn as flow
  518.     AT&F&C1&D2&K3
  519. Generic Universal class 2 using &Kn as flow
  520.     AT&F&C1&D2&K3
  521. Generic Universal class 1,2 using \Qn as flow
  522.     AT&F&C1&D2\Q3
  523. Aceex Corporation 1496,9624 class 2
  524.     AT&F&C1&D2
  525. Aceex Corporation 9624 class 2
  526.     AT&F&C1&D2
  527. Adtech Micro class 1,2
  528.     AT&F&C1&D2
  529. Altima class 1
  530.     AT&F&C1&D2&K3
  531. AmberLogic class 2
  532.     AT&F&C1&D2
  533. AMT International Industries class 2
  534.     AT&F&C1&D2
  535. AMT Star 2496i class 2
  536.     AT&F&C1&D2
  537. Anchor Automation Patriot class 2
  538.     AT&F&C1&D2
  539. Angia Communications class 1,2
  540.     AT&F&C1&D2
  541. Angia Communications Pocket class 2
  542.     AT&F&C1&D2&K3
  543. Apex Data class 1
  544.     AT&F&C1&D2
  545. ArchTech SmartLink 9624 class 2
  546.     AT&F&C1&D2
  547. ARN Informatique class 1,2
  548.     AT&F&C1&D2
  549. Ascom Hasler AM2496F class 2
  550.     AT&F&C1&D2
  551. Askey Computer Dynalink class 1,2
  552.     AT&F&C1&D2
  553. AST Research 96/24 class 1,2
  554.     AT&F&C1&D2
  555. AT&T Paradyne Dataport 14.4 class 1,2(1)
  556.     AT&F&C1&D2\Q3
  557. AT&T Paradyne Dataport 14.4 class 1,2(2)
  558.     AT&F&C1&D2\Q3
  559. AT&T PCMCIA Paradyne class 1
  560.     AT&F&C1&D2\Q3
  561. Atech class 1
  562.     AT&F&C1&D2
  563. Avtek Data class 1
  564.     AT&F&C1&D2+C61
  565. Avtek Data class 2
  566.     AT&K3+FDCC=,3,0,2,0
  567. Avtek Data MegaPlus class 2
  568.     AT&K5+FDCC=,3,0,2,0
  569. Banksia Information Technology class 2
  570.     AT&F&C1&D2
  571. Best Data Products 9624F class 2
  572.     AT&F&C1&D2
  573. Best Data Products FX9624 class 2
  574.     AT&F&C1&D2
  575. Best Data Products SmartOne class 1
  576.     AT&F&C1&D2
  577. Best Data Products FX9624 class 2
  578.     AT&F&C1&D2
  579. Best Data Products SmartOne 1442 class 1
  580.     AT&F&C1&D2&K3
  581. Best Data Products Traveller 96/24 class 1
  582.     AT&F&C1&D2
  583. Boca FM9624 FM96EX M0024E class 1
  584.     AT&F&C1&D2
  585. Boca M1440,PM1440,MV24KE class 1
  586.     AT&F&C1&D2&K3
  587. Boca BocaFax M1440 14.4K class 2
  588.     AT&F&C1&D2&K3S95=44
  589. Boca FDV24E 9624 class 1
  590.     AT&F&C1&D2\Q3
  591. Boca MV24KE class 2
  592.     AT&F&C1&D2&K3
  593. Boca PCMCIA 14.4 class 1
  594.     AT&F&C1&D2\Q3
  595. CALPAK MX-9696,MXE-9696 class 2
  596.     AT&F&C1&D2
  597. CALPAK MX-9696B,MXE-9696B class 2
  598.     AT&FE1V1L3X4&C1&D2S0=0S95=44
  599. Cardinal class 1,2
  600.     AT&F&C1&D2
  601. Cirrus Logic CL-MD9624AT/EC class 1
  602.     AT&F&C1&D2
  603. Comma class 1,2
  604.     AT&F&C1&D2
  605. Compaq Computer class 1
  606.     AT&F&C1&D2
  607. Complete PC Complete Modem Plus class 1
  608.     AT&F&C1&D2
  609. Complete PC Fax/Portable Plus class 2
  610.     AT&F&C1&D2
  611. Complete PC GOLD class 1
  612.     AT&F&C1&D2&K3
  613. Complete PC Turbo Modem Plus class 2
  614.     AT&F&C1&D2&K3
  615. CompuAdd Express Notebook class 1
  616.     AT&F&C1&D2
  617. Comstar Highspeed Modem class 1
  618.     AT&F&H1&R2&I2
  619. Dallas Fax 2496 Internal class 2
  620.     AT&F&C1&D2
  621. Dallas Fax 9696P class 1
  622.     AT&F&C1&D2\J0\Q3W0
  623. Dallas Fax 9696i Internal class 1,2
  624.     AT&F&C1&D2
  625. Dataflex class 1,2
  626.     AT&F&C1&D2
  627. DATARACE Action PC class 1
  628.     AT&FS63=7&C1&D2
  629. DATARACE RediCARD class 1
  630.     AT&F&C1&D2
  631. DATARACE RediModem class 1
  632.     AT&F&C1&D2&K3
  633. DATARACE RediModem AP 1496 class 1
  634.     AT&F&C1&D2
  635. DATARACE RediModem AP 9696 class 1
  636.     AT&F&C1&D2
  637. DATARACE RediModem CML/CMC 9696 class 1
  638.     AT&F&C1&D2
  639. DATARACE RediModem CML/CMC 1496 class 1
  640.     AT&F&C1&D2
  641. DATARACE RediModem HC 1496 class 1
  642.     AT&F&C1&D2
  643. DATARACE RediModem HC 9696 class 1
  644.     AT&F&C1&D2
  645. DATARACE RediModem TP 1496 class 1
  646.     AT&F&C1&D2
  647. DATARACE RediModem TP 9696 class 1
  648.     AT&F&C1&D2
  649. DATARACE RediModem TSE 1496 class 1
  650.     AT&F&C1&D2
  651. DATARACE RediModem TSE9696 class 1
  652.     AT&F&C1&D2
  653. Datatronics Discovery 2496AF class 2
  654.     AT&F&C1&D2
  655. Dell Notebook (320,325 series) class 1
  656.     AT&F\J0\Q3W0
  657. Dell Laptop/Notebook (316,320,325) class 1
  658.     AT&FS63=7
  659. Digicom Connection 96+ class 1
  660.     AT&F&C1&D2
  661. Digicom EaglePlus class 1
  662.     AT&F*F2*S0&C1&D2
  663. Digicom Model 9624PC+ class 2
  664.     AT&F&C1&D2
  665. Digicom Scout class 1
  666.     AT&F&C1&D2
  667. Digicom ScoutPlus class 1
  668.     AT&F*F2*S0&C1&D2
  669. Digital Equipment DEC Laptop class 1
  670.     AT&FS63=7
  671. Digitan Systems DS92 class 2
  672.     AT&F&C1&D2
  673. Dynalink 9624 AP Pocket class 2
  674.     AT&F&C1&D2
  675. Easytel Oy Easytel class 2
  676.     AT&F&C1&D2
  677. Etech Research class 2
  678.     AT&F&C1&D2
  679. Everex EverFax 24/96 class 2
  680.     AT&F&C1&D2
  681. Exar class 2
  682.     AT&F&C1&D2
  683. Falcon 9624AH,9624H,9624P,9648AH class 1,2
  684.     AT&F&C1&D2
  685. Fax-It class 2
  686.     AT&F&C1&D2
  687. Frecom FAX 496 class 2
  688.     AT&F&C1&D2
  689. Frecom Winfast 1445-FXD1 class 2
  690.     AT&F*LG1
  691. Fremont Frecom FAX96 class 2
  692.     AT&F&C1&D2
  693. Gateway 2000 Nomad Laptop class 1
  694.     AT&F\J0\Q3\C1\V0W2x1%B9600
  695. Gateway 2000 Telepath class 1
  696.     AT&F&C1&D2&H1&R2
  697. Gateway 2000 Telepath FM144 class 1,2
  698.     AT&F&C1&D2&K3
  699. GRiD 2496 class 1
  700.     AT&FS63=7
  701. GRiD 9600 class 1
  702.     AT&F\J0\Q3W0
  703. GVC 9600 BPS G3 class 1
  704.     AT&F&C1&D2
  705. GVC 9648 class 1
  706.     AT&F&C1&D2
  707. GVC FM 144/144V class 2
  708.     AT&F&C1&D2+FDCC=,3
  709. GVC FM 9648/24 class 1,2(1)
  710.     AT&F&C1&D2
  711. GVC FM 9696/24 class 1,2(2)
  712.     AT&F&C1&D2
  713. GVC FM 9696H class 2
  714.     AT&F&C1&D2
  715. GVC FMM 9648/24 class 1,2(1)
  716.     AT&F&C1&D2
  717. GVC FMM 9696/24 class 1,2(2)
  718.     AT&F&C1&D2
  719. GVC SM class 2
  720.     AT&F&C1&D2
  721. Handy 9672CC class 1,2
  722.     AT&F&C1&D2&K6
  723. Hayes 5114AM class 1
  724.     AT&F&C1&D2
  725. Hayes Accura 144 class 1
  726.     AT&F&C1&D2&K3
  727. Hayes Optima 144 class 1
  728.     AT&F&C1&D2&K3
  729. Hayes Optima 28800 class 1
  730.     AT&F&C1&D2&K3
  731. Hewlett-Packard OmniBook class 2
  732.     AT&F0&C1&D0
  733. Hewlett-Packard OmniBook Acoustic class 2
  734.     AT&F0%H1&C1&D2
  735. Hidem 14400FAX class 2
  736.     AT&F&C1&D2
  737. Hidem 14400P/FAX class 2
  738.     AT&F&C1&D2W2
  739. Hidem 14400i/FAX class 2
  740.     AT&F&C1&D2
  741. Hidem 2442FAX class 2
  742.     AT&F&C1&D2
  743. Hidem 2442P/FAX class 2
  744.     AT&F&C1&D2
  745. Hidem 2442i/FAX class 2
  746.     AT&F&C1&D2
  747. Husky FC9624 FaxModem 96 class 2
  748.     AT&F&C1&D2
  749. IBM L40SX laptop class 1
  750.     AT&F&C1&D2
  751. Identity class 2
  752.     AT&F&C1&D2
  753. Image Comm Twincomm 144/DF class 1,2
  754.     AT&F&C1&D2&K3S95=44
  755. Image Comm Twincomm 2496 class 2
  756.     AT&F&C1&D2
  757. INCOMM Vision PC class 2
  758.     AT&F&C1&D2
  759. Infinity 9624,9696 class 2
  760.     AT&F&C1&D2
  761. Intel 144/144 class 2
  762.     AT&F\Q3+FDCC=,3
  763. Intel 24/96 class 1
  764.     AT&F&C1&D2
  765. Intel 24/96v class 2
  766.     AT&F\Q3
  767. Intel 96/96 class 2
  768.     AT&F&C1&D2\Q3
  769. Intel PCMCIA 24/96 class 1
  770.     AT&F0
  771. Intel PCMCIA 96/96,14.4/14.4 class 1
  772.     AT&FW1&C1&D2&R0%E1\A3\L2
  773. Intel PCMCIA 96/96,14.4/14.4 class 2
  774.     AT&FX4&C1&D2\J0\N3\Q3\V1\X1
  775. Intel PCMCIA FAX 9600 class 1
  776.     AT&F&C1&D2\Q3
  777. Intel PCMCIA International class 2
  778.     AT&FE1V1Q0L2&C1&D2&K3S38=0S95=0
  779. Intel SatisFAXtion Modem/100,400e class 1
  780.     AT&F&C1&D2&K3
  781. Intel SatisFAXtion Modem/300 class 1
  782.     AT&F&C1&D2
  783. InterLink FaxModem class 2
  784.     AT&F&C1&D2\Q3
  785. InterLink NovaCom,OmniCom,Voidax class 1,2
  786.     AT&F&C1&D2
  787. Kortex KxPro 2400 class 2
  788.     AT&F&C1&D2
  789. Kortex KxTel class 1,2
  790.     AT&F&C1&D2&K3
  791. LASAT CLM144Fax class 1,2
  792.     AT&F&C1&D2&K3
  793. LASAT CLM24LFax,DNM24LFax class 1
  794.     AT&F&C1&D2
  795. LASAT CREDIT 144 class 2
  796.     AT&F&C1&D2&K3S95=44
  797. LASAT ILM24Lfax,INM24Lfax,ONM24Lfax class 1
  798.     AT&F&C1&D2
  799. LASAT PCM144Fax class 1,2(1)
  800.     AT&F&C1&D2&K3
  801. LASAT PCM144Fax class 1,2(2)
  802.     AT&F&C1&D2&K3S95=44
  803. LASAT PCM24LFax,TNM24LFax class 1
  804.     AT&F&C1&D2
  805. LASAT unique 24/96,144 class 2
  806.     AT&F&C1&D2&K3S95=44
  807. LCE 126 class 1
  808.     AT&F&C1&D2&K3
  809. Lectron Pragmatic 14400 MNP51 class 1
  810.     AT&F&C1&D2&K3
  811. Lightning LightCom144F class 1,2
  812.     AT&F&C1&D2
  813. Logicode Quicktel 9600,9624 class 1,2
  814.     AT&F&C1&D2
  815. Logicode Quicktel XEBA 1414 class 1,2(1)
  816.     AT&F&C1&D2&K3
  817. Logicode Quicktel XEBA 1414 class 1,2(2)
  818.     AT&F&C1&D2&K3S95=44
  819. Logicode Quicktel XEBA 9624 class 1,2(1)
  820.     AT&F&C1&D2&K3
  821. Logicode Quicktel XEBA 9624 class 1,2(2)
  822.     AT&F&C1&D2&K3S95=44
  823. Logicode Quicktel XEBA 9624LX,XV class 1,2
  824.     AT&F&C1&D2
  825. Logidata DSM1414XP Pocket Modem class 1
  826.     AT&F&C1&D2
  827. Macronix MaxFax,MaxLite class 1,2
  828.     AT&F&C1&D2
  829. Maestro 144FM,96FM,9600XR,9642XR class 2
  830.     AT&F&C1&D2
  831. Maestro (Maestro) RC224FM class 1
  832.     AT&F&C1&D2B0+C61&P1
  833. Maestro RC224FM class 1
  834.     AT&F+C61B0&C1&D2%P1%D0%L2
  835. Megahertz for Compaq Notebooks class 2
  836.     AT&F&C1&D2
  837. Megahertz C596FM class 1
  838.     AT&F\J0\Q3W0
  839. Megahertz P2144 class 1
  840.     AT&F&C1&D2\J0\Q3
  841. Megahertz P224FMV Pocket modem class 2
  842.     AT&F&C1&D2
  843. Megahertz P296FMV class 1
  844.     AT&F\J0\Q3W0
  845. Megahertz T324FM Toshiba notebook class 2
  846.     AT&F&C1&D2
  847. Megahertz T396FM class 1
  848.     AT&F\J0\Q3W0
  849. Megahertz XJACK 144 Clas 1
  850.     AT&F&C1&D2&K3
  851. Megahertz Z3144 class 1
  852.     AT&F&C1&D2\J0\Q3
  853. Micro Direct Apache 1414-A class 2
  854.     AT&F&C1&D2
  855. Micro Direct Apache 1414-G class 2
  856.     AT&F2\N6\Q3\J\V1%C1
  857. Micro Direct Apache 1414MX,P1414MX class 2
  858.     AT&F&C1&D2$E1$F4$S1
  859. Micro Direct Apache 1414i-A class 2
  860.     AT&F&C1&D2
  861. Micro Direct Apache 1414i-G class 2
  862.     AT&F2\N6\Q3\J\V1%C1
  863. Micro Direct Apache 9624i class 1,2
  864.     AT&F&C1&D2
  865. Micro Electronic Technologies class 2
  866.     AT&F&C1&D2
  867. Micro-Q 2400F class 1
  868.     AT&F&C1&D2
  869. Microcom DeskPorte,MicroPorte class 1
  870.     AT&F&C1&D2\Q3
  871. Multi-Tech MT 932EAF,MT 932FC class 2
  872.     AT&F&C1&D2
  873. Multi-Tech MT1432 BA/R class 2
  874.     AT+FRBOR=1\AT+FICHABRT=1
  875. Multi-Tech MultiModem MT1432MU class 2
  876.     AT&F&C1&D2
  877. NCR Safari class 1
  878.     AT&F&C1&D2\J0\Q3W0
  879. NetComm SM7200(M4F) class 2
  880.     AT&F&C1&D2
  881. NetComm AM1500,IN1500,PM1500 class 1
  882.     AT&F&C1&D2
  883. NetComm SM7700(M7F) class 2
  884.     AT+FDCC=,3,0,2,0
  885. New Media PCMCIA 144 class 1
  886.     AT&F&C1&D2&K3
  887. New Media PCMCIA 24/96 class 1
  888.     AT&F&C1&D2&K3
  889. Nuvotel 9624IFX,96424PFX class 1
  890.     AT&F&C1&D2
  891. Omron Impala 14.4 class 1
  892.     AT&F&C1&D2
  893. Option International Compaq class 2
  894.     AT&F&C1&D2
  895. Option International Rosita class 1,2
  896.     AT&F&C1&D2
  897. Option International Toshiba class 2
  898.     AT&F&C1&D2
  899. Option International Zenith class 2
  900.     AT&F&C1&D2
  901. Orbit 144 Voice Modem class 1
  902.     AT&F&C1&D2&K3
  903. OSMOS COMPLUS FM 9624,FM 9642 class 1,2
  904.     AT&F&C1&D2
  905. OZ-E-Mail FM3i class 2
  906.     AT&F&C1&D2\Q3
  907. OZ-E-Mail V32FX,V32Fi class 1,2
  908.     AT&F&C1&D2
  909. Pace Micro Microlin fx Pocket class 1
  910.     AT&F&C1&D2&K3
  911. Pace Micro Microlin fx  class 2
  912.     AT&F&C1&D2
  913. Panacea 9600BPS class 2
  914.     AT&F&C1&D2&K3
  915. PC Logic class 1,2
  916.     AT&F&C1&D2
  917. Perfect Data EasyModem 24F class 1
  918.     AT&F&C1&D2
  919. Perfect Data EasyModem 24F PLUS class 1,2
  920.     AT&F&C1&D2&K3
  921. Piiceon 96/96 Medium Range class 1
  922.     AT\J0\Q3W2
  923. Piiceon Dispatcher 14.4/14.4-L class 1,2(1)
  924.     AT&F&C1&D2&K3
  925. Piiceon Dispatcher 14.4/14.4-L class 1,2(2)
  926.     AT&F&C1&D2&K3
  927. PNB Baby Samantha,PCMCIA class 1
  928.     AT&F&C1&D2&K3
  929. Pora PROLINK 1414,9624 class 1,2
  930.     AT&F&C1&D2
  931. Practical Peripherals 14400FXpocket class 1,2(1)
  932.     AT&F&C1&D2&K3
  933. Practical Peripherals 14400FXpocket class 1,2(2)
  934.     AT&F&C1&D2&K3
  935. Practical Peripherals PM 14400FXMT class 1,2(1)
  936.     AT&F&C1&D2&K3
  937. Practical Peripherals PM 14400FXMT class 1,2(2)
  938.     AT&F&C1&D2&K3
  939. Practical Peripherals PM 14400FXSA class 1
  940.     AT&F&C1&D2
  941. Practical Peripherals PM 2400FX96 class 2
  942.     AT&F&C1&D2
  943. Practical Peripherals PM 2400FX96SA class 2
  944.     AT&F&C1&D2
  945. Practical Peripherals PM 2400FXSA class 2
  946.     AT&F&C1&D2
  947. Prometheus 2496 BSR+ class 2
  948.     AT&F&C1&D2
  949. PSI Integration Comstation 2 class 1
  950.     AT&F&C1&D2&K3
  951. PSI Integration Comstation 5 class 1
  952.     AT&F&C1&D2
  953. PSION Advanced D-Series class 1
  954.     AT&F&C1&D2
  955. PSION Gold Card class 2
  956.     AT&F&C1&D2
  957. PSION PC4F class 2
  958.     AT&F&C1&D2+FDCC,,,,,1
  959. PSION PDM40F class 2
  960.     AT+FDCC=,,,,,1
  961. PSION PDM4F class 2
  962.     AT&F&C1&D2+FDCC,,,,,1
  963. PSION PDM50F class 1
  964.     AT&F&C1&D2
  965. PSION PDM60F class 1
  966.     AT&F&C1&D2
  967. PSION PDM6F class 1
  968.     AT&F&C1&D2
  969. PSION TQF2400 class 2
  970.     AT&F&C1&D2+FDCC,,,,,1
  971. Quantum Active 144,2400,9624 class 1,2
  972.     AT&F&C1&D2
  973. Quay Communications class 1,2
  974.     AT&F&C1&D2
  975. Quickcomm Spirit I class 1
  976.     AT&F&C1&D2
  977. Sevel MF-96C class 2
  978.     AT&F&C1&D2
  979. Sierra Computer S/R class 2
  980.     AT&F&C1&D2
  981. Simple Computing SimpleModem class 1
  982.     AT&F&C1&D2
  983. SimpleModem 144f,24f,96f class 1,2
  984.     AT&F&C1&D2
  985. SimpleModem Australia 24f class 1
  986.     AT&F&C1&D2B0+C61&P1
  987. SimpleModem (Some 24f) class 1
  988.     AT&F+C61B0&C1&D2&P1
  989. Solectek Pocket class 1
  990.     AT&F&C1&D2
  991. Supra Supra FAXModem V.32bis class 1,2(1)
  992.     AT&F&C1&D2&K3
  993. Supra Supra FAXModem V.32bis class 1,2(2)
  994.     AT&F&C1&D2&K3S95=44
  995. Supra SupraFAXModem 144LC class 1
  996.     AT&F&C1&D2&K3
  997. Supra SupraFAXModem 24/96i class 1
  998.     AT&F&C1&D2
  999. Supra SupraFAXModem Plus class 1,2
  1000.     AT&F&C1&D2
  1001. Takamisawa SSX196 class 2
  1002.     AT&F&C1&D2
  1003. Technology Concepts OmniLink class 1,2
  1004.     AT&F&C1&D2
  1005. Telebit WorldBlazer class 2
  1006.     AT&F&C1&D2
  1007. Tenari MDFAX class 1
  1008.     AT&C61&P1X4
  1009. Texas Instruments TI 4000 Notebook v.32 class 1
  1010.     AT&F&C1&D2\J0\Q3W0
  1011. Texas Instruments TI-144 LMS PCMCIA class 1,2
  1012.     AT&F&C1&D2
  1013. TGC class 1,2
  1014.     AT&F&C1&D2
  1015. Tricom Pearl,TempestSixfax class 2
  1016.     AT&F&C1&D2
  1017. Tricom Tornado 28/42 class 1
  1018.     AT&F&C1&D2\Q3\J0
  1019. Twinhead 486DX Notebook class 1,2
  1020.     AT&F&C1&D2&K3
  1021. UDS Motorola class 1
  1022.     AT&F&C1&D2\Q3
  1023. Unique Hardware class 1,2
  1024.     AT&F&C1&D2
  1025. Universal Communications,UCom,Traveler class 2
  1026.     AT&F&C1&D2
  1027. Unlimited Konnex 305 class 1
  1028.     AT&F&C1&D2
  1029. USRobotics 28,800 baud class 1,2,2.0
  1030.     AT&F&H1
  1031. USRobotics 14,400 baud class 1, Choice 1
  1032.     AT&F&C1&D2&H1&I2&R2S36=0
  1033. USRobotics 14,400 baud class 1, Choice 2
  1034.     AT&F&C1&D2&H2&I2S36=0
  1035. USRobotics 14,400 baud class 1, Choice 3
  1036.     AT&F&C1&D2&H1&R2S36=0
  1037. USRobotics 14,400 baud class 1, Choice 4
  1038.     AT&F&C1&D2&H1
  1039. USRobotics 14,400 baud class 1, Choice 5
  1040.     AT&F&H1
  1041. USRobotics WorldPort 2496,9696 class 1
  1042.     AT&F&H1
  1043. USRobotics WorldPort 14400 class 1
  1044.     AT&F&H1
  1045. Ven-Tel class 2
  1046.     AT&F&C1&D2
  1047. ViVa 14400 class 1,2
  1048.     AT&F&C1&D2&K3
  1049. ViVa 24/96 class 2
  1050.     AT&F&C1W1S95=44
  1051. Zenith Z3144A Laptop class 1
  1052.     AT&F&C1&D2
  1053. Zoltrix ZOFAX class 2
  1054.     AT&F&C1&D2
  1055. Zoltrix Zoltrix 1414 VE class 1,2(1)
  1056.     AT&F&C1&D2&K3
  1057. Zoltrix Zoltrix 1414 VE class 1,2(2)
  1058.     AT&F&C1&D2&K3
  1059. Zoom 14.4 V class 1,2(1)
  1060.     AT&F&C1&D2&K3
  1061. Zoom 14.4 V class 1,2(2)
  1062.     AT&F&C1&D2&K3
  1063. Zoom AFC, AFX, PKT class 1
  1064.     AT&F&C1&D2&K3
  1065. Zoom FC96/24 class 2
  1066.     AT&F&C1&D2&K3
  1067. Zoom FCV, VFDI class 2
  1068.     AT&F&C1&D2&K3
  1069. Zoom FXV, VFDX class 2
  1070.     AT&F&C1&D2&K3
  1071. Zoom PKT14.4, PKT14.4V class 1,2(1)
  1072.     AT&F&C1&D2&K3
  1073. Zoom PKT14.4, PKT14.4V class 1,2(2)
  1074.     AT&F&C1&D2&K3
  1075. Zoom RC9624AC class 1,2(1)
  1076.     AT&F&C1&D2&K3
  1077. Zoom RC9624AC class 1,2(2)
  1078.     AT&F&C1&D2&K3
  1079. Zoom V.32, 9600 bps fax class 2
  1080.     AT&F&C1&D2&K3
  1081. Zoom V.32bis, Internal class 2
  1082.     AT&F&C1&D2&K3S95=44
  1083. Zoom V.32bis, 14,400 bps fax class 1,2(1)
  1084.     AT&F&C1&D2&K3
  1085. Zoom V.32bis, 14,400 bps fax class 1,2(2)
  1086.     AT&F&C1&D2&K3
  1087. Zoom VDFX class 1,2(1)
  1088.     AT&F&C1&D2&K3
  1089. Zoom VDFX class 1,2(2)
  1090.     AT&F&C1&D2&K3
  1091. Zoom VFDI Voice FaxModem class 1,2(1)
  1092.     AT&F&C1&D2&K3
  1093. Zoom VFDI Voice FaxModem class 1,2(2)
  1094.     AT&F&C1&D2&K3
  1095. Zoom VFP 14.4 class 1,2(1)
  1096.     AT&F&C1&D2&K3
  1097. Zoom VFP 14.4 class 1,2(2)
  1098.     AT&F&C1&D2&K3
  1099. Zoom VFP 24K class 1,2(1)
  1100.     AT&F&C1&D2&K3
  1101. Zoom VFP 24K class 1,2(2)
  1102.     AT&F&C1&D2&K3
  1103. Zoom VFP 28.8 FaxModem class 1,2(1)
  1104.     AT&F&C1&D2&K3
  1105. Zoom VFP 28.8 FaxModem class 1,2(2)
  1106.     AT&F&C1&D2&K3
  1107. Zoom VFPV32, VFXV32 class 2
  1108.     AT&F&C1&D2&K3
  1109. Zoom VFPV32bis, VPV32bis, VFP14.4V class 2
  1110.     AT&F&C1&D2&K3
  1111. Zoom VFX 14.4V class 1,2(1)
  1112.     AT&F&C1&D2&K3
  1113. Zoom VFX 14.4V class 1,2(2)
  1114.     AT&F&C1&D2&K3
  1115. Zoom VFX 24K class 1,2(1)
  1116.     AT&F&C1&D2&K3
  1117. Zoom VFX 24K class 1,2(2)
  1118.     AT&F&C1&D2&K3
  1119. Zoom VFXV.32 9600 (Data & Fax) class 2
  1120.     AT&F&C1&D2
  1121. Zoom VFXV.32bis 14,400 Data & Fax class 1,2(1)
  1122.     AT&F&C1&D2&K3
  1123. Zoom VFXV.32bis 14,400 Data & Fax class 1,2(2)
  1124.     AT&F&C1&D2&K3S95=44
  1125. Zoom VFXV.32bis, VXV32bis, VFX14.4V class 2
  1126.     AT&F&C1&D2&K3
  1127. Zoom Voice/Data/Fax Modem class 1,2(1)
  1128.     AT&F&C1&D2&K3
  1129. Zoom Voice/Data/Fax Modem class 1,2(2)
  1130.     AT&F&C1&D2&K3
  1131. Zoom Zoom Pocket FaxModem class 1,2(1)
  1132.     AT&C1&D2&K3
  1133. Zoom Zoom Pocket FaxModem class 1,2(2)
  1134.     AT&F&C1&D2&K3
  1135. Zypcom Z32b-PX class 1,2
  1136.     AT&F&C1&D2
  1137. Zypcom Z32b-SX class 1
  1138.     AT&F&C1&D2&K3
  1139. Zypcom Z32b-SX and Z32t-SX class 1,2
  1140.     AT&F&C1&D2
  1141. ZyXEL class 2.0
  1142.     AT&F&C1&D2
  1143. ZyXEL 2496 class 2
  1144.     AT&F&C1&D2
  1145. ZyXEL U-1496 class 2
  1146.     AT&F&C1&D2&H3
  1147. ZyXEL U-1496 PLUS class 2
  1148.     AT&F&C1&D2
  1149. ZyXEL U-1496 Plus fax modem with voice class 2
  1150.     AT&F&C1&D2
  1151. ZyXEL U-1496B class 2
  1152.     AT&F&C1&D2
  1153. ZyXEL U-1496B PLUS class 2
  1154.     AT&F&C1&D2
  1155. ZyXEL U-1496E class 2
  1156.     AT&F&C1&D2
  1157. ZyXEL U-1496E PLUS class 2
  1158.     AT&F&C1&D2
  1159. ZyXEL U-1496P class 2
  1160.     AT&F&C1&D2
  1161. ZyXEL U-1496R class 2
  1162.     AT&F&C1&D2
  1163. ZyXEL U-1496S class 2
  1164.     AT&F&C1&D2
  1165.  
  1166.